home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / powertoys / files / DeskmanPowertoySetup.exe / Virtual Desktop Manager Powertoy for Windows XP.msi / Data1.cab / vdm.chm1 / vdm.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-03-19  |  2.6 KB  |  109 lines

  1. /* Style sheet optimized for IE4x - Last updated 6/1/99 */
  2.  
  3. body            { color: #000000;
  4.         background: #FFFFFF;      
  5.         font-size: 70%;            
  6.         font-family: Verdana, Arial, Sans Serif; }
  7.  
  8.  
  9. a:link, a:visited     { color: "#0000FF"; text-decoration:"underline";}
  10.  
  11. a:active     { color: "#FF0000";  cursor:hand; text-decoration:"underline";}
  12.  
  13. a:hover     { color: "#FF0000";  cursor:hand; text-decoration:"underline";}
  14.  
  15. h1
  16.         { font-size: 125%; 
  17.         margin-bottom:" .5em"; clear:both; }
  18.  
  19. h2
  20.         { font-size: 110%;  
  21.         margin-top: "1.5em";
  22.         margin-bottom:" .5em"; clear:both; }
  23.  
  24. p
  25.         { margin-top:" .6em"; 
  26.         margin-bottom: ".6em"; }
  27.             
  28. ol
  29.         { margin-top: ".5em"; 
  30.         margin-bottom: 0; 
  31.         margin-left: "2.1em"; 
  32.         padding-left: "0em";
  33.         margin-right:"2.1em" }
  34.     
  35. ul
  36.         { margin-top: ".6em";     
  37.         margin-bottom: 0;
  38.         list-style-type: disc;
  39.         margin-left: "1.5em";
  40.         padding-left: "0em";
  41.         margin-right: "1.5em"; }
  42.         
  43. li
  44.         { margin-bottom: ".7em"; clear:both; }
  45.  
  46. table
  47.         { font-size: 100%;
  48.         margin-top: "1em"; 
  49.         margin-bottom: "1em"; }
  50.         
  51. th
  52.         { text-align: left;
  53.         background: #DDDDDD;
  54.         vertical-align: bottom;
  55.         padding: .2em;
  56.         padding-left: .45em;
  57.         padding-right: .5em;}
  58.         
  59. tr
  60.         { vertical-align: top; }
  61.  
  62. td
  63.         { background: #EEEEEE;
  64.         vertical-align: top;
  65.         padding: .2em;
  66.         padding-left: .45em;
  67.         padding-right: .5em;}
  68.  
  69.  
  70. /****      extended class styles ************************/
  71.         
  72. p.proclabel    { font-size: 100%;     
  73.         font-weight: bold; clear: both; }
  74.         
  75. /**********************************************************************/
  76. /* ID styles reserved for <a> tags  calling OCX's within HTML Help by creating  OBJECTS */
  77.  
  78. p.note,p.tip, p.important, p.caution, p.warning 
  79.         { font-weight:bold; clear:both;
  80.          margin-top:"1em"; 
  81.          margin-bottom:"-.25em"; }    
  82.  
  83. /*********************************/                
  84. /*  these classes are for previous next navigation     */
  85.  
  86. a:hover.navbar, a:active.navbar        {} /* text in nav */
  87. a:link.navbar, a:visited.navbar        {}
  88.               
  89. #nav    { left:0; top:0px;
  90.       text-align:left; 
  91.       margin:0; 
  92.       position:absolute;
  93.       padding-bottom: 1px; padding-top: 3px;
  94.       padding-right:6px; padding-left:5px;
  95.       align:top;
  96.       visibility:hidden;
  97.       z-index:1;  }
  98.  
  99. #text    { left:0; top:0px;
  100.        /*text-align:left;*/ /*Commented out because it was causing a problem with BI-DI. Remove style if no ill effects are found from commenting it out. - 5/28/99 AMS */
  101.        margin:0; 
  102.        position:absolute;
  103.        padding:10px;
  104.        overflow:auto;
  105.        height:100%;
  106.        z-index:1; 
  107.                 background-repeat:no-repeat;
  108.        background-position: bottom right;
  109.        background-attachment:fixed; }